home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11664 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  745 b 

  1. Path: news.crystalball.com!news
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: getting Unix's current running process id
  5. Date: Mon, 25 Mar 1996 12:23:09 -0600
  6. Organization: crystalball.com
  7. Message-ID: <3156E48D.3A23@oc.com>
  8. References: <UlJ5MNm00YUwM=wGwV@andrew.cmu.edu>
  9. NNTP-Posting-Host: external.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14. CC: lfw@oc.com
  15.  
  16. Elie Jean-Philippe wrote:
  17.  > 
  18.  > Does anybody know what C function returns the current running process's Unix
  19.  > process id ?
  20.  > Any help would be appreciated.
  21.  
  22. C allows but does not require the existance of a function named getpid() to be
  23. supplied with your implementation.
  24.